home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / macros / read.rexx < prev    next >
OS/2 REXX Batch file  |  1978-11-24  |  118b  |  9 lines

  1. /* script to read a data file */
  2.  
  3. if show('ports', "AMI2D") then do
  4.     address ami2d 
  5.     'read'
  6.     'find'
  7. end
  8. exit
  9.